コード例 #1
0
 public Task AddAsync(int userId, IProjectInfo info)
 {
     return(_projectsDataAccessor.AddAsync(userId, info));
 }