Beispiel #1
0
 public Task <bool> InsertEditorial(EditorialBean model)
 {
     return(editorialDal.InsertEditorial(model));
 }