Пример #1
0
 public Team Insert(Team obj)
 {
     return(context.Insert(obj));
 }