Removed partial
This commit is contained in:
@@ -8,7 +8,7 @@ namespace AyaNova.Models
|
||||
//NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal,
|
||||
//otherwise the server will call it an invalid record if the field isn't sent from client
|
||||
|
||||
public partial class WorkOrderItemPart
|
||||
public class WorkOrderItemPart
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public uint ConcurrencyToken { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user