Ejemplo n.º 1
0
 public static Nullable <int> GetCount()
 {
     return(To_PolicyService.GetCount());
 }
Ejemplo n.º 2
0
 public static Nullable <int> GetCount(string where, int loginId)
 {
     return(To_PolicyService.GetCount(where, loginId));
 }