Пример #1
0
 public bool CreateGroupEvent(int groupId, int ownerId, string name, DateTime startDate, DateTime endDate, bool online, string location, string description)
 {
     return(_eventContext.CreateGroupEvent(groupId, ownerId, name, startDate, endDate, online, location, description));
 }