예제 #1
0
 public Campaign[] GetCampaginsManagedBy(Employee employee)
 {
     return(dbLayer.GetCampaginsManagedBy(employee));
 }