예제 #1
0
 public void RemoveMaster(OsStFlowmaster order)
 {
     _context.OsStFlowmaster.Remove(order);
 }
예제 #2
0
 public void AddMaster(OsStFlowmaster order)
 {
     _context.OsStFlowmaster.Add(order);
 }