Exemple #1
0
 TaskFolder ITaskFolderService.GetTaskFolder(int id)
 {
     return(_repository.FindBy(id));
 }