Beispiel #1
0
 public static int GetServiceUsageCount(short pServiceId)
 {
     using (Rbr_Db _db = new Rbr_Db()) {
         return(CustomerAcctManager.GetAcctUsageCount(_db, pServiceId));
     }
 }