예제 #1
0
 public WardenService(Iviewservicestatusbyperson callback, ProfileI profile)
 {
     iviewservicestatusbyperson = callback;
     profileI = profile;
 }
예제 #2
0
 public WardenService(Iviewservicestatusbyperson callback)
 {
     iviewservicestatusbyperson = callback;
 }