fixes
This commit is contained in:
parent
c683e6e43b
commit
e08a005d2b
|
|
@ -128,6 +128,6 @@ namespace TIAM.Database.DbContexts.Admins
|
||||||
|
|
||||||
|
|
||||||
public static bool UpdateServiceProvider(this IAdminDbContext ctx, Company serviceProvider)
|
public static bool UpdateServiceProvider(this IAdminDbContext ctx, Company serviceProvider)
|
||||||
=> ctx.ServiceProviders.Update(serviceProvider).State == EntityState.Modified;
|
=> ctx.ServiceProviders.Update(serviceProvider).State == EntityState.Modified;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue