forked from ddrilling/AsbCloudServer
ProcessMapRepository enable nullable
This commit is contained in:
parent
ae9ee705b0
commit
5a0b92a1ec
@ -11,6 +11,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace AsbCloudInfrastructure.Repository
|
namespace AsbCloudInfrastructure.Repository
|
||||||
{
|
{
|
||||||
|
#nullable enable
|
||||||
public class ProcessMapRepository : CrudWellRelatedServiceBase<ProcessMapDto, ProcessMap>,
|
public class ProcessMapRepository : CrudWellRelatedServiceBase<ProcessMapDto, ProcessMap>,
|
||||||
IProcessMapRepository
|
IProcessMapRepository
|
||||||
{
|
{
|
||||||
@ -100,4 +101,5 @@ namespace AsbCloudInfrastructure.Repository
|
|||||||
return dto;
|
return dto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#nullable disable
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user