예제 #1
0
 public async Task EmployeeLogic_FetchOrSave_ShouldThrowExceptionIfBookingDtoIsNull()
 {
     await _employeeLogic.FetchOrSaveAsync(null);
 }