private static void Print(string method
                           , string msg)
 {
     ErrorLogs.PrintError("CategoryService"
                          , method
                          , msg);
 }
Esempio n. 2
0
 private static void Print(string method
                           , string msg)
 {
     ErrorLogs.PrintError("ProductService"
                          , method
                          , msg);
 }