예제 #1
0
 public static int GuidesItemDelete(IGuidesItem item)
 {
     return(item != null ? item.DeleteItem(_dbContext) : 0);
 }
예제 #2
0
 public static int GuidesItemSave(IGuidesItem item)
 {
     return(item != null ? item.SaveItem(_dbContext) : 0);
 }