예제 #1
0
 public static bool Post(Categoria categoria)
 {
     return(CategoriaMapper.Post(categoria));
 }