Пример #1
0
 public async Task <CustomerViewModel> Get(string id)
 {
     return(await _CustomerDAL.GetOneByID(id));
 }