示例#1
0
 public TownDoubleFlow Post(TownDoubleFlow stat)
 {
     return(_service.Update(stat));
 }
示例#2
0
 public TownDoubleFlow Update(TownDoubleFlow stat)
 {
     return(_repository.ImportOne(stat));
 }