Esempio n. 1
0
 public async Task <Department> Create_Async(Department department)
 {
     return(await _repo.Add_Async_Repo(department));
 }