コード例 #1
0
 public ResultMessage <Supplier> SupplierStatePassive(int id)
 {
     return(repository.ActiveOrPassive(id));
 }