Пример #1
0
 public bool Exist(int id)
 {
     return(_taskProvider.IsTaskExist(id));
 }