Example #1
0
 private async Task <bool> StaffExists(int id)
 {
     return(await staffBusiness.StaffExists(id));
 }