Exemple #1
0
 public TEntity Post(TEntity item)
 {
     return(service.Post(item));
 }