Moved System.IO references from DMO classes to Static Helpers
Removed nugetSource from pipeline Removed more comments Created Static Classes for most DMO / Controller Classes Push ConfigurationManager.AppSettings to controller Align Tests with other Projects
This commit is contained in:
@ -13,7 +13,6 @@ public class SAM_DMO {
|
||||
|
||||
public int HasITARAccess(string userID) {
|
||||
StringBuilder query = new("SELECT COUNT(*) FROM dbo.fnIsUserITARCompliant(@UserID) ");
|
||||
//query.Append("WHERE UserID = @UserID AND AND EmployeeStatus = 'Active'");
|
||||
return db.Query<int>(query.ToString(), new { UserID = userID }).SingleOrDefault();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user