Esempio n. 1
0
 internal static void DeleteExpenseType(string etName, int userID)
 {
     DBMethods.DeleteExpenseType(etName, userID);
 }